home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!-- CSS Files -->
-
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <?xml-stylesheet href="chrome://reminderfox/skin/rmSearchBox.css" type="text/css"?>
-
-
- <!-- DTD Files -->
- <!DOCTYPE window
- [
- <!ENTITY % dtd1 SYSTEM "chrome://reminderfox/locale/reminderfox.dtd" > %dtd1;
- ]>
-
- <!-- //gW Overlay to add "Reminder" search Item field +++ with spy glass +++ -->
-
- <overlay
- id="search-overlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <stringbundleset id="stringbundleset">
- <stringbundle id="reminderFox-bundle"
- src="chrome://reminderfox/locale/reminderfox.properties"/>
- </stringbundleset>
-
- <textbox id="rmSearchText" value="" class="rmSearchText"
- onkeydown="rmOnSearchKeyPress(event);" onkeyup="rmOnSearchKeyUp(event);" onfocus="rmOnSearchFocus(event);">
-
- <toolbarbutton id="qsChange" type="menu">
- <menupopup id="quick-search-menupopup" value="2" persist="value"
- popupalign="topleft"
- popupanchor="bottomleft">
-
- <!-- value: sets menuNo and internal js/XUL naming,
- label: is used with dtd/UI -->
- <menuitem value="0" label="&rf.add.reminders.column.description.label;" type="radio"
- oncommand="rmChangeQuickSearchMode(this)"/>
- <menuitem value="1" label="&rf.add.reminders.column.categories.label;" type="radio"
- oncommand="rmChangeQuickSearchMode(this)"/>
- <menuitem value="2" label="&rf.add.reminders.column.notes.label;" type="radio"
- oncommand="rmChangeQuickSearchMode(this)"/>
- <menuitem value="3" label="&rf.reminderoptions.location.header;" type="radio"
- oncommand="rmChangeQuickSearchMode(this)"/>
- </menupopup>
- </toolbarbutton>
- <text id="rmSearchItem" />
- </textbox>
-
- </overlay>
-